Bookmark
K-tree - a height balanced tree structured vector quantizer
ktree.sourceforge.net/, posted 2013 by peter in ai development text
K-tree is a tree structured clustering algorithm. It is also refered to as a Tree Structured Vector Quantizer (TSVQ). The goal of cluster analysis is to group objects based on similarity. Each object in a K-tree is represented by an n-dimensional vector. All vectors in the tree must have the same number of dimensions.